-- card: 27175 from stack: in.0 -- bmap block id: 27500 -- flags: 4000 -- background id: 3486 -- name: Main Menu ----- HyperTalk script ----- on help send mouseUp to card button "Help" end help -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=445 top=285 right=317 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseDown play stop play harpsichord a7e end mouseDown on mouseUp doMenu "Quit HyperCard" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=107 top=206 right=258 bottom=170 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Directory ----- HyperTalk script ----- on mouseUp global undoMemory, bookMark put the name of this card into undoMemory --visual effect zoom out visual effect iris close to black visual effect iris open go to bookMark end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=219 top=206 right=258 bottom=282 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Registration ----- HyperTalk script ----- on mouseUp visual effect iris close to black visual effect iris open go to card "Registration Dissolve" visual effect dissolve go to card "Registration" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=331 top=206 right=258 bottom=394 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Registration ----- HyperTalk script ----- on mouseUp visual effect iris close to black visual effect iris open go to card "Publicity Picture Dissolve" visual effect dissolve go to card "Publicity Picture 1" visual effect dissolve go to card "Publicity Picture 2" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=33 top=285 right=317 bottom=69 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseDown play stop play harpsichord a7e end mouseDown on mouseUp set lockScreen to true go to card "Main Menu Help" end mouseUp